home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000031_news@watsun.cc.columbia.edu _Wed May 5 09:46:11 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA19569
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 5 May 1999 09:46:11 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA00438
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 5 May 1999 09:45:42 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Can someone provide an explanation ?
  11. Date: 5 May 1999 13:45:42 GMT
  12. Organization: Columbia University
  13. Message-ID: <7gpi26$dj$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7gphbf$ku1$1@pheidippides.axion.bt.co.uk>,
  17. OWENC <OWENC@Syntegra.Bt.Co.Uk> wrote:
  18. : On the latest release of MS-DOS Kermit 3.15 one of the error corrections is
  19. : :
  20. : Failure to act upon 8-bit control codes SS2 and SS3 in VT220/320 terminal
  21. : emulation, even though their 7-bit equivalents were implemented
  22. : Can anyone explain what the control codes SS2 and SS3 do ?
  23. They have to do with character-set selection.
  24.  
  25. SS2 = Single Shift 2.  Specifies that the next character is to be 
  26. interpreted according to the G2 table.
  27.  
  28. SS2 = Single Shift 3.  Specifies that the next character is to be 
  29. interpreted according to the G3 table.
  30.  
  31. See ISO 2022 for a thorough explanation.  See pp.289-290 of "Using MS-DOS
  32. Kermit" for an overview of ISO 2022.
  33.  
  34. - Frank